Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / PropertyChangedEventArgs<T> Class / NewValue Property

In This Topic
    NewValue Property (PropertyChangedEventArgs<T>)
    In This Topic
    The value of the property after the change.
    Syntax
    'Declaration
     
    
    Public Property NewValue As T
    public T NewValue {get; set;}
    See Also